07. Quiz: How many paths?
NLPND POS 06 Quiz How Many Paths V1
How many paths quiz
QUESTION:
How many ways are there to tag the sentence "Jane will spot Will", if each word can be tagged with either "N", "M", or "V"?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer